home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / maximus / stbar110.zip / STARBAR.HST < prev    next >
Text File  |  1996-02-13  |  5KB  |  113 lines

  1.                         StarBar Version History
  2.                         =======================
  3.  
  4. V0.90 (20-Sept-95)
  5. -----
  6.   Initial coding.
  7.  
  8. V0.91 (29-Sept-95)
  9. -----
  10.   - Made option to download either single file, or tagged files by simply
  11.     hitting ENTER.
  12.   - Also added instructions to the above to be displayed in case ENTER was
  13.     hit by accident. Tells users how to abort or edit tagged list.
  14.   - Made hitting SPACE capable of not only tagging files, but untagging
  15.     previously tagged files.
  16.   - Re-wrote file description routine to include word-wrapping. Old code
  17.     printed Description through a loop one character at a time. Changed
  18.     this to split the description into strings. The result: a MUCH faster
  19.     display routine.
  20.   - Added help screen.
  21.   - Fixed a NASTY bug that would set the user's record to expire on date
  22.     of 00-00-80.  This cause the user to be set at level Transient on the
  23.     next call. <Ouch>
  24.   - Users must now select a default protocol if none has been specified
  25.     previously. Some problems with filenames cropped up for users who did
  26.     not have a default protocol set.
  27.  
  28. V0.92 (15-Oct-95)
  29. -----
  30.   - After observing some users, I added a prompt just before the download
  31.     begins. It had to do with users tagging files, then moving the light-
  32.     bar to a file they weren't interested in, then hitting ENTER to start
  33.     the download. A few people ended up with files they didn't want.
  34.     This option now asks if they want the file added to the DL Queue.
  35.   - Now for the _BIGGIE_! Because the main file lists only support two
  36.     lines for the description, I added an option allowing users to view
  37.     the File_Id.Diz from within an archive (if it exists). I feel this is
  38.     a MUCH better alternative to paging through massive FILES.BBS descrip-
  39.     tions (especially for those 2400 baud users.) By the time they read
  40.     through all that unwanted crap, they're outta time. I feel this option
  41.     alone will make my filelister stand out!
  42.  
  43. V0.93 (29-Oct-95)
  44. -----
  45.   - Fixed a problem with the readln() function not reading files.bbs's
  46.     over 32,767 byte in length. New routine should be good for somewhere
  47.     in the GigaByte range.
  48.   - Added a filepath variable. This will allow the Sysop to enter the
  49.     path where StarBar is located. Changing this ONE variable is better
  50.     than changing 20-30 references to paths and filenames within the
  51.     program.
  52.   - Added support for more archivers. ARJ, ZOO, LHA, ZIP, PAK, ARC, and
  53.     RAR files are all supported for viewing file_id.diz.
  54.   - Ready for others to Alpha test!
  55.  
  56. V0.94 (01-Nov-95)
  57. -----
  58.   - Discovered limited support for CD-ROM areas. StarBar now checks for
  59.     the DATELIST typed areas and allows for FILES.BBS's which contain
  60.     the SIZE and DATE then adjusts the display accordingly.
  61.   - Found a problem with the 32 file batch limit. The notice telling
  62.     users that only 32 files were permitted was over-writing part of the
  63.     menu at the bottom of the screen. Added a screen clear code to
  64.     avoid this.
  65.   - Added support for DOORWAY mode input. Users can now turn DOORWAY mode
  66.     on and use the regular arrow/PgUp/PgDn keys.
  67.   - Optimized source code. Before adding the above additions, the VM
  68.     file was 62.5K in size. I had to do something, so I replace all the
  69.     COL_* & AVATAR_* variables with the actual values. I was amazed by
  70.     the difference this made. It cut over 15K off the VM file size.
  71.  
  72. V0.95 (03-Nov-95)
  73. -----
  74.   - Changed the lightbar color from blue to grey. Seems people with
  75.     monochrome monitors were unable to see the lightbar.
  76.   - Beautified the help screen a bit.
  77.   - Separated DownLoad commands. <ENTER> will include highlighted file,
  78.     (with any previously tagged files), while <D> will only include
  79.     files previously tagged (not the highlighted file)
  80.  
  81. V0.96 (14-Dec-95)
  82. -----
  83.   - Got sick of problems repeatedly coming up with reading FILES.BBS for
  84.     information...reworked code to read FILES.DAT/DMP/IDX.
  85.   - Added consideration for CD areas using STAGED type transfers. Had
  86.     some complaints about trashing on CD changers. STAGED areas now have
  87.     their files copied before StarBar will attempt to look at them.
  88.   - Thanks to Frank Van Uffelen who came up with the idea to use a
  89.     3rd party archive file extractor. Implementing this saved a lot of
  90.     coding in the main MEX file, allowing more room to implement other
  91.     features.
  92.  
  93. V1.00 (14-Jan-96)
  94. -----
  95.   - Unless something is REALLY wrong, this will be the final version of
  96.     StarBar. I regret that it isn't up to par for OS/2 systems, but
  97.     it's quite hard to do when I don't run OS/2. See the main DOC file
  98.     for specs on how you may get things to work with OS/2. I will leave
  99.     it to you.
  100.   - StarBar now examines archives for DOC TXT README files if the user
  101.     wishes.
  102.   - Added a "End of file list" notice at the end of the areas file
  103.     list.
  104.  
  105. V1.10 (11-Feb-96)
  106. -----
  107.   - Okay....so I lied! There was room for one more feature: StarBar now
  108.     allows LOCAL users (sysops) to use the DOWNLOAD option to copy files
  109.     to a specified directory.
  110.   - Beautified the Help Screen again. Condensed it to one page.
  111.   - Fixed a bug that would not always erase the description file made
  112.     by the previous V)iew Long Description command.
  113.